home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Utilities / Calc / MacReadme < prev    next >
Encoding:
Text File  |  1993-10-13  |  1.4 KB  |  32 lines  |  [TEXT/????]

  1.      This is Think C 6.01 port of David Bell's Calc 1.24.7 program.  
  2.      Calc is arbitrary precision arithmetic system that uses a C-like
  3.      language.  Calc is useful as a calculator, an algorithm prototyped and
  4.      as a mathematical research tool.
  5.  
  6.      The calc language is a C-like language.  The language includes commands
  7.      such as variable declarations, expressions, tests, labels, loops, file
  8.      operations, function calls.  These commands are very similar to their
  9.      counterparts in C.
  10.  
  11.      A rich set of builtin functions is provided.  Fundamental builtin data types 
  12.      include integers, real numbers, rational numbers, complex numbers and strings.
  13.  
  14.      By use of an object, one may define an arbitrarily complex data types.
  15.      One may define how such objects behave a wide range of operations such
  16.      as addition, subtraction, multiplication, division, negation, squaring,
  17.      modulus, rounding, exponentiation, equality, comparison, printing and so
  18.      on.
  19.  
  20.              Copyright (c) 1992 David I. Bell
  21.  
  22.      Permission is granted to use, distribute, or modify this source, provided 
  23.      that this copyright notice remains intact.
  24.  
  25.      Send calc comments, suggestions, bug fixes, enhancements and interesting
  26.      calc scripts that you would like you see included in future distribu-
  27.      tions to:
  28.  
  29.              dbell@pdact.pd.necisa.oz.au  and  chongo@toad.com
  30.  
  31.      Enjoy!
  32.